home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 6 / CDL_N6.iso / mac / CD Loisirs N°6 / PaperPlanes / Paper Planes / Planes / 00145.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  349 b   |  12 lines

  1. on exitFrame
  2.   global ReturnPage, LastGlider, WhichMovie, WhichPlane, audioFile
  3.   set ReturnPage to "Flatbed"
  4.   set LastGlider to "Flatbed"
  5.   set WhichMovie to "P17-20"
  6.   set WhichPlane to "Plane18"
  7.   set audioFile to "P18"
  8.   preLoadCast(the number of cast (ReturnPage & "S1"))
  9.   preLoadCast(the number of cast (ReturnPage & "S2"))
  10.   cursor(-1)
  11. end
  12.